* editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Jul 2011 21:52:44 +0000 (14:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Jul 2011 21:52:44 +0000 (14:52 -0700)
commit673fa44cbbc92d754a9563b10e389e187e361e45
tree2b21b9b453be6735c49ed7760bdd431cd595c181
parent3e7b97b0fa6ea384fb8bc4952d8e56f6d4edb37d
* editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):

Remove, replacing with the new symbols in lisp.h.  All uses changed.
* fileio.c (make_temp_name):
* filelock.c (lock_file_1, lock_file):
* xdisp.c (message_dolog):
Don't assume PRIdMAX etc. works; this isn't portable to pre-C99 hosts.
Use pMd etc. instead.
* lisp.h (printmax_t, uprintmax_t, pMd, pMu): New types and macros,
replacing the pWIDE etc. symbols removed from editfns.c.
src/ChangeLog
src/editfns.c
src/fileio.c
src/filelock.c
src/lisp.h
src/xdisp.c